Crate amethyst_core

Source
Expand description

A collection of structures and functions useful across the entire amethyst project.

Re-exports§

Modules§

  • Provides a trait for adding bundles of systems to a dispatcher.
  • Provides the ability to store Systems, Bundles, Barriers, in a normal vector for deferred dispatcher construction.
  • Frame rate limiting.
  • Geometry helper functionality.
  • Utilities for working with time.
  • amethyst transform ecs module

Structs§

Enums§

  • A two dimensional axis.
  • A three dimensional axis.

Traits§

  • Read events generically
  • Initializes a RunNow with some interaction with the World.
  • Initializes a System with some interaction with the World.
  • Extension functionality associated systems.
  • An easy way to name an Entity and give it a Named Component.

Type Aliases§

  • A rayon thread pool wrapped in an Arc. This should be used as resource in World.